write vt. (wrote , 〔古语〕 writ; written , 〔古语〕 writ) 1.写,记,录,抄,誊;填写;签发;签订;签署。 2.写作,著作。 3.铭记(心中),留印象于;【计算机】写入,存入;写印〔从记忆系统中发出或印出数据〕。 4.写信给;把…函告。 5.把…写入[写成为];通过写作使…成为某种状态。 write a check 开支票。 write a letter 写信。 write to a friend 写信给朋友。 write it in your hat 〔美国〕绝对确实,真真实实。 He writes himself “General”. 他自称“将军”。 He has “coast” written all over him. 他浑身上下是海滨气息[他是海边长大的]。 vi. 1.写字。 2.写文章;著作;作曲。 3.写信,寄信,通信。 4.做书记,做抄写员。 5.(笔被使用时)有某种表现;好写。 This pen writes (well). 这支笔好写[好使]。 write cleverly 文章写得好。 write a good [bad] hand 字写得好[坏]。 write down 1. 写下来,记下来。 2. 用文字攻击,贬低,批评 (write him down a fool 在文章里说他是傻瓜)。 3. 减低账面价值。 4. 把…拨作公积金,摊提资产。 write for 1. 替(报纸等)撰稿,投稿;为(生活)写文章。 2. 写信订购。 write in 写进去,插入(文件中)。 write in [for] the paper 投稿给(报纸)。 write off 1. 勾销,注销(债款等);报废。 2. 流畅地写,当场写,提笔就写(文章等)。 3. 减低资产账面额。 write out 1. 写出;誊清,缮写。 2. (作家等)写得写不出,写枯了脑筋。 write over 1. 改写,重写。 2. 写满。 write up 1. 写在高处,揭示;用文字赞扬,书面表扬。 2. 一直写到最近事情;详细写。 3. 提高账面价值;评价过高。 4. 〔美国〕开传票传唤。
Is not set to 1, then write conflicts could occur if two instances of the execute sql task attempted to write to the table at the same time 不设置为1,那么如果两个“执行sql”任务实例试图同时写入,则会发生表写入冲突。
Most thread-safety issues arise when multiple threads are trying to modify an object s state concurrently write-write conflicts or when one thread is trying to access an object s state while another thread is modifying it read-write conflicts 大多数的线程安全问题发生在当多个线程正在试图并发地修改一个对象的状态(写-写冲突)时,或当一个线程正试图访问一个对象的状态,而另一个线程正在修改它(读-写冲突)时。
Most thread-safety issues arise when multiple threads are trying to modify an object s state concurrently write-write conflicts or when one thread is trying to access an object s state while another thread is modifying it read-write conflicts 大多数的线程安全问题发生在当多个线程正在试图并发地修改一个对象的状态(写-写冲突)时,或当一个线程正试图访问一个对象的状态,而另一个线程正在修改它(读-写冲突)时。
As long as immutable objects are constructed properly which means not letting the object reference escape from the constructor, they are exempt from the requirement to synchronize access, becuase their state cannot be changed and therefore cannot have write-write or read-write conflicts 只要正确构造了不变对象(这意味着不让对象引用从构造函数中转义),就使它们免除了同步访问的要求,因为无法更改它们的状态,从而就不可能存在写-写冲突或读-写冲突。
For example, if a package can run multiple tasks concurrently, a foreach loop container that enumerates files in the folder, retrieves the file names, and then uses an execute sql task to insert the file names into a table may incur write conflicts when two instances of the execute sql task attempt to write at the same time 例如,如果包可以并发运行多个任务,那么当一个foreach循环容器枚举文件夹中的文件,然后检索文件名,然后使用执行sql任务将文件名插入表中时,如果在两个执行sql任务实例都试图同时写入,就有可能导致写入冲突。